.RefTabMaster {
	width: 98%;
	margin: 3px;
}
.RefTab_TL {
	width: 6px;
	height: 8px;
	background-image: url(images/RefTab_TL.gif);
	background-repeat: no-repeat;
}
.RefTab_T {
	height: 8px;
	background-image: url(images/RefTab_T.gif);
	background-repeat: repeat-x;
}
.RefTab_TR {
	width: 8px;
	height: 8px;
	background-image: url(images/RefTab_TR.gif);
	background-repeat: no-repeat;
}
.RefTab_L {
	width: 6px;
	background-image: url(images/RefTab_L.gif);
	background-repeat: repeat-y;
}
.RefTab_M {
    background-color: #ffffff;
	background-image: url(images/RefTab_Grad.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
    padding: 5px;
}
.RefTab_R {
	width: 8px;
	background-image: url(images/RefTab_R.gif);
	background-repeat: repeat-y;
}
.RefTab_BL {
	width: 6px;
	height: 8px;
	background-image: url(images/RefTab_TL-07.gif);
	background-repeat: no-repeat;
}
.RefTab_B {
	height: 8px;
	background-image: url(images/RefTab_B.gif);
	background-repeat: repeat-x;
}
.RefTab_BR {
	width: 8px;
	height: 8px;
	background-image: url(images/RefTab_BR.gif);
	background-repeat: no-repeat;
}
.RefImgDiv {
	margin: 5px 15px 10px 5px;
	position: relative;
	float: left;
    vertical-align: top;
}
.RefImgDiv img {
	border:1px solid #D8D8D8;
}
.RefTitle {}
.RefMore {}